MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace / DeferrableObservableCollection<T> Class / EndUpdate Method
In This Topic
    EndUpdate Method (DeferrableObservableCollection<T>)
    In This Topic
    Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.
    Syntax
    public void EndUpdate()
    Remarks
    The DeferrableObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
    See Also